CanEmulateNetworkConditionsResponse

data class CanEmulateNetworkConditionsResponse(result: Boolean)

Represents response frame that is returned from Network#canEmulateNetworkConditions operation call. Tells whether emulation of network conditions is supported.

See also

Constructors

CanEmulateNetworkConditionsResponse
Link copied to clipboard
fun CanEmulateNetworkConditionsResponse(result: Boolean)

Properties

result
Link copied to clipboard
val result: Boolean
True if emulation of network conditions is supported.

Sources

jvm source
Link copied to clipboard